home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 41 / Amiga Format CD41 (1999-06)(Future Publishing)(GB)[!][issue 1999-07].iso / -seriously_amiga- / misc / vinced / include / examples / readme < prev    next >
Text File  |  1999-04-19  |  2KB  |  40 lines

  1. The files in this drawer demonstrate how to use certain features of
  2. ViNCEd, as well as the include files in this archive. They also try to
  3. answer some frequently asked questions and provide example code how to
  4. write CLEAN programs.
  5.  
  6.  
  7. ReadConsoleWindow.c:
  8.     
  9.     Demonstrates how to obtain a pointer to the intuition window of
  10.     a console window in a way that does not disable the iconification
  11.     of ViNCEd. Works with ViNCEd as well as with all other console
  12.     handlers.
  13.     Provides useful routines you might want to use in your own
  14.     programs. It provides, too, a way how to obtain the console unit
  15.     (struct ConUnit) from a stream to a console handler. However,
  16.     this is discouraged since ViNCEd windows operate independently
  17.     from the console device. They just fill the console unit structure
  18.     for backwards compatibility.
  19.  
  20. ReadPrefs.c:
  21.  
  22.     Demonstrates how to read the preferences from a window, how to
  23.     convert the macro and button list to something more useful and
  24.     how to print it.
  25.     Demonstrates, too, how to work with the link libraries instead
  26.     of the pragmas. For that, the program should be compiled with
  27.     registerized parameters, long integers and base relative
  28.     addressing. It should be linked with the vnc_stub.rr.base.lib
  29.     in the "lib" directory to resolve open symbols.
  30.  
  31. TBITest.c:
  32.  
  33.     Demonstrates how to use the ToolButtonImage class boopsis, which
  34.     are also used by ViNCEd for its iconification gadget. This example
  35.     is provided by Massimo Tantignone (tanti@intercom.it) and part of
  36.     the TBIClass documentation. Thanks, Massimo!
  37.  
  38.     
  39. Thomas Richter
  40.